func runtime.stackfree

7 uses

	runtime (current package)
		mgcmark.go#L306: 		stackfree(gp.stack)
		proc.go#L1675: 		stackfree(mp.gsignal.stack)
		proc.go#L1924: 					stackfree(freem.g0.stack)
		proc.go#L4633: 		stackfree(gp.stack)
		proc.go#L4698: 			stackfree(gp.stack)
		stack.go#L439: func stackfree(stk stack) {
		stack.go#L942: 	stackfree(old)